Web API Edition | ComponentOne
C1.Web.Api Namespace / IImporter<TSource,TResult> Interface / ImportAsync Method
The import source.

In This Topic
    ImportAsync Method (IImporter<TSource,TResult>)
    In This Topic
    Execute importing task asynchronously.
    Syntax
    'Declaration
     
    
    Function ImportAsync( _
       ByVal importSource As TSource _
    ) As Task(Of TResult)

    Parameters

    importSource
    The import source.

    Return Value

    The task.
    See Also